/**
 * Name:      power-pages-css
 * Version:   1.0
 * Generated: October 5th 2023
 * Author:    Henry Gabriel David /
 *
 * Description: Styles for Forms and Dashboards used by NIAID Power pages.
 */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  --bs-body-font-size: 0.85rem;
}

a#AppTitleLink:hover {
	text-decoration: none !important;
	-webkit-box-shadow: none !important;
  box-shadow: none !important;
}

span#AppTitle {
   font-size: 1.00rem;
   font-weight:500;
   color: black;
   border-left:1px solid #aaa;
   padding:.3rem 0 .3rem 1rem;
   margin-left:1rem
}

a {
  color: #20558a;
  text-decoration: none;
  background-color: transparent
}
a:hover {
  color: #122f4c;
  text-decoration: underline
}

p#Welcome-Header {
	font-family: "Trebuchet MS", helvetica;
	color:#005eb7;
	font-size: 16pt;
	text-align: center;
  padding-right: 20%;
  padding-left: 20%;
}

p#About {
	font-size: 1.8rem;
	font-style: italic;
	margin-left:2rem;
	border-left: 6px solid cornflowerblue;
	padding:.3rem 0 0.3rem 5rem;
}
input[type=button], input[type=button]:hover, a.btn.btn-primary:hover {
  border-radius: 0;
  color: #fff;
  background: #105a8d;
  border: 1px solid #105a8d;
}

li.divider-vr {
	border-right-color: #fff;
    border-left: 1px solid #666;
    height: 21px;margin: 14.5px 4px;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
	font-family: Arial;
    font-weight: 400;
    font-size: 18px;
}

.btn-primary, .btn-info, a.btn.btn-primary, button.btn.btn-primary  { 
  color: #fff;
  background: #105a8d;
  border: 1px solid #105a8d;
}
.entitylist-download {
  background-color: darkgreen;
}
.entitylist-download:hover {
  background-color: green;
}

.view-grid .dropdown.action>.btn {
  display: none;
}
.view-grid .dropdown.action .dropdown-menu {
  display: inline-table;
  position: static !important;
  position: initial !important;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
  max-width: 95px;
  min-width: 95px;
  width: 95px;
  left: auto !important;
  top: auto !important;
}
.view-grid .dropdown.action .dropdown-menu li {
  display: inline-block;
  text-align: center;
}
.view-grid .dropdown.action .dropdown-menu li a {
  font-size: 0;
  padding: 2px;
  margin: 0;
}
.view-grid .dropdown.action .dropdown-menu li a>span {
  font-size: 18px;
}
.view-grid .dropdown.action .dropdown-menu li a:hover {
  color: #008C95;
  background: transparent;
}

.view-grid table tr:nth-child(even){background-color: #ffffff;}

.view-grid table tr:hover {background-color: lightgray;}

.view-grid table th,.view-grid table th a {
  text-align: left;
  background-color: #404b56;
  color: white;
}

.sr-only {
  color: #fff;
}

.wrapper-body{
	padding-bottom: 100px !important;
}

.component--footer {
  background-color: #404b56;
  margin-top: 3rem;
  font-size: 0.85rem;
}
.component--footer__top {
  margin: 0;
  padding: .5rem 1rem;
  display: flex;
  justify-content: space-between;
  background: #fff
}
.component--footer__bottom {
  margin: 0;
  display: flex;
  justify-content: space-between;
  padding: 1rem
}
.component--footer__bottom__content {
  color: #fff
}
.component--footer__bottom__content.col-3:last-of-type {
  text-align: right
}
.component--footer__bottom__content.col-6 {
  text-align: center;
}

.text-midtone {
  color: #ced4da!important
}
a.text-midtone:focus,
a.text-midtone:hover {
  color: #a2aeb9!important
}

.blocklayout {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15%;
}
.sectionlayout {
  width: 90%;
}
.blocklayout-profile-breadcrum {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
}

.blocklayout-profile {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15%;
}
.sectionlayout-profile {
  width: 70%;
}

.file-upload-heading {
  text-align: center
}

.dropzone { 
    border: 2px dashed lightgray;
    border-radius: 5px;
    background-color: #F7F7F7;
    text-align: center;
}

.orBrowse {
    font-size: 1em;
    color: blue;
    text-decoration: underline;
}

label.entitylist-filter-option-group-label.h4 {
    font-size: small;
}

.cover {
  transition: transform 0.5s;
  transform: translateX(-150%);
}

.no-cover {
  transition: transform 0.5s;
  transform: translateX(0%);
}

ol.progress.list-group.top {
    font-size: medium;
}

input#CancelRequestbtn {
    background-color: #C41E3A;
    border-color: #C41E3A;
}


/* File table styles */
#fileListContainer {
    display: block;
    margin-top: 20px;
}

#fileList {
    width: 100%;
    border-collapse: collapse;
}

#fileList th,
#fileList td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

#fileList th {
    background-color: #f2f2f2;
    font-weight: bold;
}

#fileList tr:hover {
    background-color: #f5f5f5;
}

/* Button styles */
.file-action-button {
    padding: 5px 10px;
    margin-right: 5px;
    border: none;
    border-radius: 3px;
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
}

.file-action-button:hover {
    background-color: #45a049;
}

.file-action-button:active {
    background-color: #3e8e41;
}

#myProgress {
    width: 570px;
    height: 30px;
    background-color: grey;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}

#myBar {
    width: 0%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: green;
    color: linen;
    font-size: 24;
    font-weight: 900;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}


